libxl: add vtpm support
authorMatthew Fioravante <matthew.fioravante@jhuapl.edu>
Tue, 13 Nov 2012 10:46:59 +0000 (10:46 +0000)
committerMatthew Fioravante <matthew.fioravante@jhuapl.edu>
Tue, 13 Nov 2012 10:46:59 +0000 (10:46 +0000)
commitdde22055ac3aa45eb9ec4b297874638c2a25c320
tree2dde597a27cfdf14e4db8d0aa6fd7b572a11313a
parente1a53273fc1e06ef5bed32348c80639d4661c994
libxl: add vtpm support

This patch adds vtpm support to libxl. It adds vtpm parsing to config
files and 3 new xl commands:
vtpm-attach
vtpm-detach
vtpm-list

Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
14 files changed:
docs/man/xl.cfg.pod.5
docs/man/xl.pod.1
tools/libxl/libxl.c
tools/libxl/libxl.h
tools/libxl/libxl_create.c
tools/libxl/libxl_device.c
tools/libxl/libxl_internal.h
tools/libxl/libxl_types.idl
tools/libxl/libxl_types_internal.idl
tools/libxl/libxl_utils.c
tools/libxl/libxl_utils.h
tools/libxl/xl.h
tools/libxl/xl_cmdimpl.c
tools/libxl/xl_cmdtable.c